home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
207.233.110.77
/
207.233.110.77.tar
/
207.233.110.77
/
web24
/
Final Phase
/
rounded.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2011-03-03
|
801b
|
23 lines
/*
Style Sheet to create rounded boxes
Author: Jose Puentes
Date: Feb. 28, 2011
Filename: rounded.css
Supporting Files: bottom.png, bottomleft.png, bottomright.png, left.png,
right.png, top.png, topleft.png, topright.png
*/
.topLeft {background: url(topleft.png) no-repeat top left}
.topRight {background: url(topright.png) no-repeat top right}
.bottomLeft {background: url(bottomleft.png) no-repeat bottom left}
.bottomRight {background: url(bottomright.png) no-repeat bottom right}
.top {background: url(top.png) repeat-x top}
.bottom {background: url(bottom.png) repeat-x bottom}
.left {background: url(left.png) repeat-y left}
.right {background: url(right.png) repeat-y right}